-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement]implement dayofweek in FE (backport #51453) #51804
Conversation
Cherry-pick of fb41039 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
@mergify[bot]: Backport conflict, please reslove the conflict and resubmit the pr |
1994fdb
to
825b988
Compare
Signed-off-by: evenhuang <[email protected]> (cherry picked from commit fb41039) Signed-off-by: even986025158 <[email protected]>
825b988
to
3799868
Compare
Quality Gate passedIssues Measures |
Why I'm doing:
If the where condition contains a partition condition that is compared with the dayofweek function, a full table scan will be required, and FE is required to implement the dayofweek function to perform partition pruning when generating the execution plan.
What I'm doing:
implement dayofweek in FE
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
FE支持DAYOFWEEK 函数
实现前:
实现后:
Bugfix cherry-pick branch check:
This is an automatic backport of pull request #51453 done by [Mergify](https://mergify.com). ## Why I'm doing: If the where condition contains a partition condition that is compared with the dayofweek function, a full table scan will be required, and FE is required to implement the dayofweek function to perform partition pruning when generating the execution plan. ## What I'm doing: implement dayofweek in FE Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
FE支持DAYOFWEEK 函数
实现前:
实现后: